Problem in searching String array [on hold]
Posted
by
user2573607
on Programmers
See other posts from Programmers
or by user2573607
Published on 2014-08-23T17:13:49Z
Indexed on
2014/08/23
22:33 UTC
Read the original article
Hit count: 121
I'm working on a bank interface project, where I have to search an array of string when the user types in his username. The array has 10 strings, but only the first string is recognized as a valid username...I'm positive that the syntax of the search technique(Linear Search) is correct, but I cannot seem to find the problem. The code however compiles properly.
Any answer will be appreciated, TIA! Aparna
© Programmers or respective owner